home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / ProgramF / CRYSTAL / RDC / ADDINS~1.CHM / addins_en.js < prev    next >
Encoding:
Text File  |  2002-05-09  |  1.3 KB  |  33 lines

  1. document.writeln ('<TABLE ALIGN="left" border="0" cellspacing="0" cellpadding="10">');
  2. document.writeln ('<TR>');
  3. document.write ('<TD ALIGN="left">');
  4.  
  5. if (prev != "Add_InsTOC.hhc") {
  6.    document.writeln ('<A HREF="' + prev + '">');
  7.    document.writeln ('<IMG SRC="prevpage.gif" HEIGHT=17 BORDER=0 ALT="Previous page"></A>');
  8. }
  9.  
  10. if (next != "Add_InsIX.hhk") {
  11.    document.writeln ('<A HREF="' + next + '">');
  12.    document.writeln ('<IMG SRC="nextpage.gif" HEIGHT=17 BORDER=0 ALT="Next page"></A>');
  13. }
  14.  
  15. // Only display the ShowTOC buttons in uncompiled HTML and if the navigation 
  16. // pane is not visible
  17.  
  18. if (document.URL.search("MSITStore") == -1 ) { 
  19.    if (!location.hash && !window.parent.toc) {
  20.       document.writeln ('</TD><TD ALIGN="left">');
  21.       document.writeln ('<A HREF="frameset.htm#TOC' + current + '">');
  22.       document.writeln ('<IMG SRC="showtoc.gif" HEIGHT=17 BORDER=0 ALT="Click to show the Table of Contents"></A></TD>');
  23.       document.writeln ('<TD ALIGN="left">');
  24.       document.writeln ('<A HREF="frameset.htm#IDX' + current + '">');
  25.       document.writeln ('<IMG SRC="showix.gif" HEIGHT=17 BORDER=0 ALT="Click to show the Index"></A></TD>');
  26.    }
  27. }
  28.  
  29. document.writeln ('</TD>');
  30. document.writeln ('</TR>');
  31. document.writeln ('</TABLE>');
  32.  
  33.